Improve docstrings of python.el import management
authorkobarity <kobarity@gmail.com>
Sun, 2 Mar 2025 08:37:36 +0000 (17:37 +0900)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Mar 2025 14:52:09 +0000 (16:52 +0200)
commitcf03c2b6093d3b555f758f033610a6015378de57
tree7e3bc2b0e872e2a1f7928436245cac87ea3a9df9
parent01bcc6961a6b0db36c371c9016d6eb00a1ae8ea2
Improve docstrings of python.el import management

Added notes that when adding import statements for a file that
does not belong to a project, it may take some time to find
candidate import statements in the default directory.

* lisp/progmodes/python.el (python-add-import)
(python-fix-imports): Improve docstring.  (Bug#74894)
lisp/progmodes/python.el